home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / test / autotest.py < prev    next >
Text File  |  2005-10-18  |  211b  |  7 lines

  1. # This should be equivalent to running regrtest.py from the cmdline.
  2. # It can be especially handy if you're in an interactive shell, e.g.,
  3. # from test import autotest.
  4.  
  5. from test import regrtest
  6. regrtest.main()
  7.